home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Eudora 1.3.1 / source / Include / unload.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-16  |  158 b   |  4 lines  |  [TEXT/MPS ]

  1. struct AddressRange {UPtr start, end;};        /* location of CODE in memory */
  2.  
  3. long UnloadUnneeded(long needed);    /* unload code segments not ref'ed from stack */
  4.